home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Examples
/
Control
/
Assembly
/
SimpleControl.wsnp
< prev
Wrap
Extensible Markup Language
|
2003-12-03
|
1KB
|
56 lines
<?xml version="1.0" encoding="UTF-8"?>
<wwwSharpNetProject
SchemaVersion="1.0"
Language="CSharp"
Highlighter="C#"
>
<Build>
<Settings
GenerateExecutable="False"
>
<Config
Name="Release"
Output="..\SimpleControl.dll"
IncludeDebugInfo="False"
TreatWarningsAsErrors="True"
WarningLevel="4"
>
/target:library
</Config>
<Config
Name="Debug"
Output="..\SimpleControl.dll"
IncludeDebugInfo="True"
TreatWarningsAsErrors="True"
WarningLevel="4"
>
/target:library /debug+ /define:DEBUG,TRACE
</Config>
</Settings>
<References>
<Reference
AssemblyName="System"
HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
AssemblyName="System.Drawing"
HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
<Reference
AssemblyName="System.Windows.Forms"
HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
/>
</References>
</Build>
<Files>
<File
RelPath="drawingmode.cs"
/>
<File
RelPath="simplecontrol.cs"
/>
<Resource
RelPath="simplecontrol.resx"
/>
</Files>
</wwwSharpNetProject>